home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / control / break next >
Encoding:
Text File  |  1993-10-26  |  332 b   |  14 lines  |  [TEXT/$Tcl]

  1.  
  2.           break
  3.  
  4.  
  5.      DESCRIPTION
  6.           This command may be invoked only inside the body of a  loop-
  7.           ing  command  such as for or foreach or while.  It returns a
  8.           TCL_BREAK code to signal the innermost containing loop  com-
  9.           mand to return immediately.
  10.  
  11.  
  12.      KEYWORDS
  13.           abort, break, loop
  14.